From 7461c92d466dffd32f30c406a11bcfd77210abb9 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 6 Jun 2007 15:27:29 +0000 Subject: [PATCH] (org-cycle): Fix typo in docstring. --- lisp/textmodes/org.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 2758f12a17f..9a6ab7f6ea4 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -4378,8 +4378,8 @@ between words." `indent-relative', like TAB normally does. See the option `org-cycle-emulate-tab' for details. -- Special case: if point is the the beginning of the buffer and there is - no headline in line 1, this function will act as if called with prefix arg." +- Special case: if point is the beginning of the buffer and there is no + headline in line 1, this function will act as if called with prefix arg." (interactive "P") (let* ((outline-regexp (if (and (org-mode-p) org-cycle-include-plain-lists) @@ -14630,7 +14630,7 @@ priority-n The computed numerical priority" (set-buffer "*Org Agenda*") (while files (eval (list 'let (append org-agenda-exporter-settings opts pars) - (list 'org-write-agenda + (list 'org-write-agenda (expand-file-name (pop files) dir) t))))) (kill-buffer org-agenda-buffer-name))))) @@ -15064,7 +15064,7 @@ dates." (setq day-numbers (delq nil (mapcar (lambda(x) (if (>= x today) x nil)) day-numbers)))) - (org-prepare-agenda (concat "Timeline " + (org-prepare-agenda (concat "Timeline " (file-name-nondirectory buffer-file-name))) (if doclosed (push :closed args)) (push :timestamp args) -- 2.30.2